projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16cfc62
)
Clean up compiler warnings.
author
alexmot
<alexmot>
Mon, 15 Sep 2003 13:05:54 +0000
(13:05 +0000)
committer
alexmot
<alexmot>
Mon, 15 Sep 2003 13:05:54 +0000
(13:05 +0000)
defs.h
patch
|
blob
|
history
magproto.c
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index 0914ab619456e309c05b946edbe93acaa416d942..9684c947f4b7f08924e5ff2f7d5b970cb0b82d8e 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-203,6
+203,8
@@
void waypt_disp_all(waypt_cb);
void waypt_flush(queue *);
void waypt_flush_all();
unsigned int waypt_count(void);
+void free_gpx_extras (xml_tag * tag);
+void xcsv_read_internal_style(const char *style_buf);
route_head *route_head_alloc(void);
void route_add (waypoint *);
diff --git
a/magproto.c
b/magproto.c
index 9e68eb590fccc9271ce4138b64f3827de32d5459..9792aa8f1b7b990465bb571219c7c3590b05e1e6 100644
(file)
--- a/
magproto.c
+++ b/
magproto.c
@@
-22,6
+22,7
@@
#include <ctype.h>
#include <time.h>
#include <errno.h>
+#include <unistd.h>
#include "defs.h"
#include "magellan.h"